Goto

Collaborating Authors

 data science 101


Data Science 101: Guide to Using Pipelines in Python

#artificialintelligence

In my previous articles, I have talked in depth about steps to build a machine learning model using different tools such as Python and Alteryx. In short, it consists of the following steps. Sample: The process starts with data sampling, i.e., selecting the appropriate data set for modeling. Explore: This phase deals with understanding the data by exploring anticipated and unanticipated relationships between the variables and discover any abnormalities with the help of data visualization. Modify: Transform Data Create New Attributes and impute missing values.


Data Science 101

#artificialintelligence

We've been recently looking at how to introduce data science concepts to the wider team, including business analysts, management and engineers. This post is for anyone and everyone thats ever heard anything about Data Science but are still unclear on what it is, what it means for businesses and how to learn more. Well the term Data Science itself is heavily overloaded. It's used in a bunch of different contexts to define a whole variety of different subjects. When trying to sell a concept like this, especially to management teams or senior stakeholders, a term that means nothing and is difficult to explain will simply just be ignored.


Top 20 Machine Learning & Data Science Websites To Follow in 2020

#artificialintelligence

The most progressive, the most cutting-edge, the most excitingโ€ฆ Data science and machine learning are those areas nowadays that are enormously appealing and hot, hot, super-hot topics. But to stay tuned with all the advances and movements in these fields, you need to put lots of effort -- researching, reading, checking all the information, news, guides, and other stuff. This task is far away from being an easy solution. Right now, you can stumble upon a bunch of places with vivid titles and promising headlines, but are they useful enough? Every day I see a crazy flow of information, and, unfortunately, there are lots of false or worthless stuff, and especially on data science and ML.


Data Science 101 - Machine Learning Tutorials - Android app on AppBrain

#artificialintelligence

Data Science 101 is an educational app to learn machine learning algorithms. Due to data science and artificial intelligence, new technologies are emerging and there is need for more specialization in this field. This app is a beginner guide for anyone who wants to study data science and make their own machine learning models. This app provides high quality resources for students to study data science and machine learning algorithms and also provides required code. Decision Trees 2. Includes code for developing models of various machine learning algorithms in Python.


Data Science 101: Sentiment Analysis in R Tutorial

#artificialintelligence

Welcome back to Data Science 101! Do you have text data? Do you want to figure out whether the opinions expressed in it are positive or negative? Then you've come to the right place! Today, we're going to get you up to speed on sentiment analysis. If you're the hands-on type, you might want to head directly to the notebook for this tutorial.


Data Science 101 (Getting started in NLP): Tokenization tutorial

@machinelearnbot

One common task in NLP (Natural Language Processing) is tokenization. "Tokens" are usually individual words (at least in languages like English) and "tokenization" is taking a text or set of text and breaking it up into its individual words. These tokens are then used as the input for other types of analysis or tasks, like parsing (automatically tagging the syntactic relationship between words). In this tutorial you'll learn how to: For this tutorial we'll be using a corpus of transcribed speech from bilingual children speaking in English. You can find more information on this dataset and download it here.


Data Science 101: Preventing Overfitting in Neural Networks

@machinelearnbot

One of the major issues with artificial neural networks is that the models are quite complicated. For example, let's consider a neural network that's pulling data from an image from the MNIST database (28 by 28 pixels), feeds into two hidden layers with 30 neurons, and finally reaches a soft-max layer of 10 neurons. The total number of parameters in the network is nearly 25,000. This can be quite problematic, and to understand why, let's take a look at the example data in the figure below. Using the data, we train two different models - a linear model and a degree 12 polynomial.


Data Science 101: The Rise and Shine of Machine Learning

@machinelearnbot

We are living in a digital era where Customer is the king. Many businesses have capitulated to this new realm and have started interacting with customers dynamically. Today the customers are free to navigate a merchant (eCommerce) website any way they fancy. Also the merchant can display content and place offers dynamically based on how a given customer interacts with his website. To add to the complexity purchase decisions are not necessarily made on the first visit itself.


Data Science 101: The Rise and Shine of Machine Learning

#artificialintelligence

We are living in a digital era where Customer is the king. Many businesses have capitulated to this new realm and have started interacting with customers dynamically. Today the customers are free to navigate a merchant (eCommerce) website any way they fancy. Also the merchant can display content and place offers dynamically based on how a given customer interacts with his website. To add to the complexity purchase decisions are not necessarily made on the first visit itself.


Data Science 101: The Rise and Shine of Machine Learning

#artificialintelligence

We are living in a digital era where Customer is the king. Many businesses have capitulated to this new realm and have started interacting with customers dynamically. Today the customers are free to navigate a merchant (eCommerce) website any way they fancy. Also the merchant can display content and place offers dynamically based on how a given customer interacts with his website. To add to the complexity purchase decisions are not necessarily made on the first visit itself.